* xselect.c: Include stdio,h.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 5 Feb 2004 02:42:14 +0000 (02:42 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 5 Feb 2004 02:42:14 +0000 (02:42 +0000)
src/ChangeLog
src/xselect.c

index 536027c09201584e528cf97ad1befb62d3bc315a..98218dddd2f6ac898879ec293d052db6c5ed7f89 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xselect.c: Include stdio,h.
+
 2004-02-05  Kenichi Handa  <handa@m17n.org>
 
        * buffer.c (Fset_buffer_multibyte): Fix docstring.
index e8915d0b7a9837b31827c196bc372e06bcdbdc5d..d0673d8b70ef35c912621df9aaa434849eacdaef 100644 (file)
@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA.  */
 /* Rewritten by jwz */
 
 #include <config.h>
+#include <stdio.h>      /* termhooks.h needs this */
 #include "lisp.h"
 #include "xterm.h"     /* for all of the X includes */
 #include "dispextern.h"        /* frame.h seems to want this */